home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
prolog
/
brklyprl.lha
/
Emulator
/
compile.h
< prev
next >
Wrap
Text File
|
1989-04-14
|
231b
|
12 lines
/* Copyright (C) 1988, 1989 Herve' Touati, Aquarius Project, UC Berkeley */
/* Copyright Herve' Touati, Aquarius Project, UC Berkeley */
enum {
COMPILE_MODE,
LOAD_MODE
};
istream* get_loadable_file(char* name, int mode);